home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Would You Survive?
/
How Would You Survive (1995)(Grolier)[Mac-PC].iso
/
pc
/
shared.dir
/
01971_Script_CrossViking
< prev
next >
Wrap
Text File
|
1995-09-13
|
438b
|
29 lines
global gNewMarker
on ACrossViking
WatchCursor
TurnOffPuppets
PUPPETSOUND "STIME.AIF"
updatestage
InitsoundsV
if gNewMarker = "Market" then
put "Town" into gNewMarker
end if
go to frame gNewMarker of movie "VikingW"
abort
end
on ECrossViking
WatchCursor
TurnOffPuppets
PUPPETSOUND "STIME.AIF"
updatestage
InitsoundsV
go to frame gNewMarker of movie "VikingW"
abort
end